projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f258e75
)
spinbutton: set the window on the icon helper
author
Alexander Larsson
<alexl@redhat.com>
Tue, 25 Jun 2013 12:38:08 +0000
(14:38 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Wed, 3 Jul 2013 12:39:26 +0000
(14:39 +0200)
gtk/gtkspinbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinbutton.c
b/gtk/gtkspinbutton.c
index 0f97078024ee2954d4c53f8f9aaf261e7a9f3778..ccdccd47faa34dfdd0ae351a982939ec9893e3cb 100644
(file)
--- a/
gtk/gtkspinbutton.c
+++ b/
gtk/gtkspinbutton.c
@@
-1001,6
+1001,7
@@
gtk_spin_button_panel_draw (GtkSpinButton *spin_button,
width = gdk_window_get_width (panel);
icon_helper = _gtk_icon_helper_new ();
+ _gtk_icon_helper_set_window (icon_helper, panel);
_gtk_icon_helper_set_use_fallback (icon_helper, TRUE);
if (panel == priv->down_panel)